net/http.http2MetaHeadersFrame.PseudoValue (method)

7 uses

	net/http (current package)
		h2_bundle.go#L3082: func (mh *http2MetaHeadersFrame) PseudoValue(pseudo string) string {
		h2_bundle.go#L6220: 		Method:    f.PseudoValue("method"),
		h2_bundle.go#L6221: 		Scheme:    f.PseudoValue("scheme"),
		h2_bundle.go#L6222: 		Authority: f.PseudoValue("authority"),
		h2_bundle.go#L6223: 		Path:      f.PseudoValue("path"),
		h2_bundle.go#L6224: 		Protocol:  f.PseudoValue("protocol"),
		h2_bundle.go#L9678: 	status := f.PseudoValue("status")